home *** CD-ROM | disk | FTP | other *** search
- Path: sn.no!usenet
- From: sloken@oslonett.no (Syver L°ken)
- Newsgroups: comp.lang.c
- Subject: I need basic help
- Date: Fri, 23 Feb 1996 22:32:48 GMT
- Organization: SN Internett
- Message-ID: <4glfaa$gvn@hasle.sn.no>
- Reply-To: sloken@oslonett.no
- NNTP-Posting-Host: ski2-16.ppp.sn.no
- X-Newsreader: Forte Free Agent 1.0.82
-
- #include<iostream.h>
-
- int main ()
- {
- cout << " this is a test test ";
- return (0);
- }
-
- when this simple program is linked ( compiling works ) I get the
- following error :
-
- Linking test.exe:
- Linker Warning: No module definition file specified: using defaults
-
-
- Linker Error: Undefined symbol OwlMain(int,char far*far*) in library
- file \BC4\LIB\owlwi.lib in module winmain
-
- As you understand , I use Borland and there's obviously something
- wrong with linking options or libraries , i just can't figure out
- what!
-
- I would be very happy if someone could help me
-
- Rgds Syver L°ken, Norway
-
-
-